home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / deton14.zip / DETONATE.DOC < prev    next >
Text File  |  1993-02-21  |  11KB  |  249 lines

  1.          ┌▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄┐
  2.          ├▌▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▐┤
  3.  ────────┤▌ G  A  M  E  K  E  E  P  E  R    D  O  O  R  W  A  R  E ▐├────────
  4.          ├▌▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▐┤
  5.          ├▌▒▒▒▒▒▒▒▒▒  Quality BBS Door Software for Less!  ▒▒▒▒▒▒▒▒▐┤
  6.          ├▌▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▐┤
  7.          └▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀┘
  8.  
  9.                               D E T O N A T E !
  10.                               ~~~~~~~~~~~~~~~~~
  11.                                  Version 1.4
  12.  
  13.                     Copyright (c) Steve Sharpe 1992,1993
  14.  
  15. SYSTEM REQUIREMENTS
  16. ~~~~~~~~~~~~~~~~~~~
  17. Any BBS capable of producing the following DOOR.SYS drop files:
  18.  
  19.    *  Original "GAP standard" DOOR.SYS (31 line version)
  20.         - for example, Spitfire BBSs use this one!
  21.  
  22.    *  New (currently 52 line) version DOOR.SYS promoted by Raymond Clements
  23.         - for example, PCBoard BBSs use this one!
  24.  
  25. Detonate! can be played using ANSI color or monochrome graphics.
  26.  
  27. SYSTEM OPTIONS
  28. ~~~~~~~~~~~~~~
  29. Detonate! supports the use of FOSSIL drivers and non-standard port addresses.
  30. Refer to the INSTALLATION instructions for more information.
  31.  
  32. FILES CONTAINED IN DETON14.ZIP
  33. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  34.      DETON14.EXE     <-- The main program
  35.      DETONATE.DOC    <-- The file you are reading!
  36.      GAME.CFG        <-- The game configuration file
  37.      REVISION.DOC    <-- Revision notes
  38.      DOORWARE.DOC    <-- Gamekeeper Doorware
  39.  
  40. FILES CREATED BY DETON14.EXE
  41. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  42.      SCORE.FIL       <-- Fastest times for 1-8 bombs detonated *
  43.  
  44. * REGISTERED VERSION ONLY
  45.  
  46. OVERVIEW
  47. ~~~~~~~~
  48. Detonate! is a game of luck and deductive reasoning.  The object of the game is
  49. to identify the exact location of 8 randomly placed bombs in as little time as
  50. possible.  To win, you must place an 'X' in each square where you know a bomb
  51. is located, detonate these locations, and be correct (8 out of 8).  To assist
  52. players in isolating bombs, the game reveals a number in each block that has a
  53. bomb adjacent to it.  The value of the number indicates how many bombs are next
  54. to this block.  For example, if you expose a block with the number 8 in it, the
  55. block is surrounded by bombs because there are a maximum of 8 blocks around any
  56. block in the center of the playing grid.  On the other hand, if the block is
  57. blank, there are no bombs in the immediate area of the block.  If a player
  58. exposes a bomb, the game is over.  The '?' symbol can be used to keep track of
  59. possible bomb locations.  'X' and '?' symbols can be erased and repositioned
  60. but once a block is exposed, no symbols can be placed there.
  61.  
  62. INSTALLATION
  63. ~~~~~~~~~~~~
  64. Detonate! is easy to install.  Simply follow these steps:
  65.  
  66. 1.  'Unzip' the file DETON14.ZIP into the directory of your choice.  All
  67. files must remain in the same directory.
  68.  
  69. 2.  Edit the GAME.CFG configuration file according to the CONFIGURATION FILE
  70. section of these instructions using your favorite word processor.  Ensure you
  71. save it as an ASCII text file.
  72.  
  73. 3.  Create or edit the batch file your BBS will use to activate the door.
  74. The main door program name is DETON14.EXE.  For example, if you are running
  75. a Spitfire BBS, you would edit SF.BAT to look similar to the following:
  76.  
  77. :DOOR_A
  78.    REM Place Door A Commands Here
  79.    CD\SF\DOORS\DETONATE   <-- Change to the Detonate! directory
  80.    DETON14 GAME.CFG       <-- The main program with configuration file argument
  81.    CD\SF                  <-- Change back to the Spitfire directory
  82.    GOTO LOOP
  83.  
  84. NON-STANDARD PORT USE:  You may specify the use of non-standard communications
  85. ports with the PORT command.  The syntax for the PORT command is PORT:03E8:5,
  86. where 03E8 represents a different base address and 5 indicates the IRQ.  For
  87. example, the main program line in the example above would be changed to
  88. DETON14 GAME.CFG PORT:03E8:5 to reflect the use of a non-standard comm port.
  89.  
  90. FOSSIL DRIVER USE:  You may specify the use of a FOSSIL driver with the PORT
  91. command added to the main program command line.  The syntax for the PORT
  92. command is PORT:F:P, where F instructs the door to use a FOSSIL driver and P
  93. identifies the port.  For example, the main program line in the example above
  94. would be changed to DETON14 GAME.CFG PORT:F:1 if the SysOp wished to specify
  95. a FOSSIL driver on port 1.
  96.  
  97. NOTE:  The PORT command must be the third command in the main program command
  98. line, if used.  If not used, the door defaults to the use of the 4 standard
  99. communications ports (1-4) by reading the BBS file.
  100.  
  101. CONFIGURATION FILE
  102. ~~~~~~~~~~~~~~~~~~
  103. Entries in the GAME.CFG file must be accurate or the door cannot be expected
  104. to function properly.  Save your changes to the GAME.CFG file in ASCII text
  105. format.
  106.  
  107. The GAME.CFG file
  108. ~~~~~~~~~~~~~~~~~
  109. Detonate!                   <-- Line 1  (See below)
  110. c:\sf\door.sys              <-- Line 2    "     "
  111. The Gamekeeper's Lair       <-- Line 3    "     "
  112. Steve Sharpe                <-- Line 4    "     "
  113. 000000000000                <-- Line 5    "     "
  114. 1                           <-- Line 6    "     "
  115.  
  116. Line 1 - This line reflects the name of the door.  The registration algorithm
  117. is based on some of this data.  DO NOT CHANGE LINE 1!
  118.  
  119. Line 2 - Enter the full path and filename for the BBS DOOR.SYS file.
  120.  
  121. Line 3 - Enter the name of your BBS.
  122.  
  123. Line 4 - Enter the SysOp's name.
  124.  
  125. Line 5 - Enter 12 zeros if the door is not registered.  Registered users enter
  126. the registration number provided by the author.  Other numbers will prevent
  127. the door from running.
  128.  
  129. Line 6 - Enter 1 if your BBS DOOR.SYS drop file is the original GAP standard
  130. 31 line version.  Enter 2 if your BBS DOOR.SYS drop file is the newer (longer)
  131. version (presently 52 lines).
  132.  
  133. SYSOP KEYS
  134. ~~~~~~~~~~
  135. The following keys assist the SysOp in the management of the door:
  136.  
  137.          F5 - Shell to DOS
  138.          F8 - Return user to system
  139.          F9 - Toggle display on/off
  140.         F10 - Chat mode (ESC to exit)
  141.       ALT H - Toggle between status lines
  142.  
  143. REGISTRATION
  144. ~~~~~~~~~~~~
  145. Registered versions of Detonate! display the fastest detonation times for 1-8
  146. bombs upon leaving the door.  The registration fee for Detonate! is $10.  The
  147. unregistered door displays "EVALUATION COPY" upon entry and exit.  Please
  148. register or remove the door within 90 days of first use.  As a BBS SysOp, I
  149. understand how costly it can be to register BBS software.  I have purposely
  150. kept the cost of registering Detonate! to a minimum with that thought in mind.
  151. I believe the fee is quite reasonable, based on the many long hours of
  152. programming required.  Upon receipt of the registration fee, you will be
  153. provided with a unique registration number.  Once you insert the registration
  154. number into the GAME.CFG file, the opening and closing "EVALUATION COPY"
  155. messages will be replaced with the following messages:
  156.  
  157. [OPENING MESSAGE]
  158.  
  159.                                 Your BBS name
  160.  
  161.                                   presents
  162.  
  163. [CLOSING MESSAGE]
  164.  
  165.                              Thanks for playing
  166.  
  167.                                   Detonate!
  168.  
  169.                                      on
  170.  
  171.                                Your BBS name
  172.  
  173. COMMENTS/BUG REPORTS
  174. ~~~~~~~~~~~~~~~~~~~~
  175. I'm interested in all user comments and bug reports.  Please send your comments
  176. to:
  177.  
  178. Steve Sharpe                              Call The Gamekeeper's Lair BBS
  179. 1835 Stonetree Dr.              or        (208) 587-1105
  180. Mountain Home, ID 83647                   and leave a message
  181.  
  182.                                  Warranty
  183.                                ------------
  184.        This program has been thoroughly tested on a Spitfire 3.2 BBS,
  185.        however, it should perform equally well on any BBS that can
  186.        produce a BBS drop file listed in this documentation.
  187.  
  188.        I make no warranty of any kind, express or implied, including
  189.        without limitation, any warranties of merchantability and/or
  190.        fitness for a particular purpose.  I shall not be held liable for
  191.        any  damages, whether direct, indirect, special or consequential
  192.        arising from a failure  of this program to operate in the manner
  193.        desired by the user.  I shall not be held liable for any damage to
  194.        data or property which may be caused directly or indirectly by the
  195.        use of this program.
  196.  
  197.        In no event will I be held liable for any damages, including (but
  198.        not limited to) any lost profits, lost savings or other incidental
  199.        or consequential damages arising out of the use or inability to
  200.        use this program, or for any claim by any other party.
  201.  
  202.        This warranty is governed by the laws of the State of Idaho.
  203.                               REGISTRATION FORM
  204.                               -----------------
  205.  
  206.   Detonate!                        Return to:  Steve Sharpe
  207.   Version 1.4                                  Attn: Door Registration
  208.   Registration Cost: $10                       1835 Stonetree Dr.
  209.                                                Mountain Home, ID 83647
  210.  
  211.   Name ______________________________________________________________
  212.  
  213.   Address ___________________________________________________________
  214.  
  215.           ___________________________________________________________
  216.  
  217.   Voice Phone _____________________ Data Phone ______________________
  218.  
  219.   Enter GAME.CFG file information below:
  220.  
  221.   BBS Name______________________________________________
  222.  
  223.   SysOp Name____________________________________________
  224.  
  225.   CHOOSE ONE OPTION BELOW:
  226.  
  227.   ____  I wish to download my registration number from The Gamekeeper's Lair
  228.         BBS at (208) 587-1105.  Enter the password you will use to log on to
  229.         The Gamekeeper's Lair BBS: _________________________________________
  230.         Enter your birthdate for pre-verification: _________________________
  231.         Please allow enough time for your registration fee to reach the author
  232.         before calling for your registration number.
  233.  
  234.   ____  I wish to have my registration number mailed to the address listed
  235.         above.
  236.  
  237.   Orders outside the USA add $2.00 . . . . . . . . . . . . _________
  238.  
  239.       Please find enclosed a check or money order for USA $_________
  240.   payable to Steve Sharpe.  This shows my support of Shareware products
  241.   and the Shareware concept.  It also shows my encouragement to help further
  242.   the development of BBS doors.
  243.  
  244.       I understand that Detonate! is provided as-is and no warranties of
  245.   any kind, expressed or otherwise, are included and that I am using it at my
  246.   own risk.
  247.  
  248.   Signed: _________________________________________  Date: _________
  249.